home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-01-12 | 839 b | 29 lines | [TEXT/ttxt] |
-
-
- tokenize NCR.of ; tokenize our FCode source
-
- save-image <NCR.bin> ; save the tokenized image
-
- makecreate NCR.bin NCR.txt ; create download format for OF (MPW script)
-
- dev / ls ; display the dev tree root nodes (in OpenFirmware)
-
- dev .. ; back up one level
-
- dl <NCR-FLASH.of> cntrl-D ; download the flash utilitiy (cut & paste)
-
- dl <NCR.txt> cntrl-D ; download the code (cut & paste)
-
- nv-erase ; erase the flash
-
- 8fff8000 100 dump ; examine flash contents
-
- nv-flash ; blow the flash ROM
-
- 8fff8000 100 dump ; re-examine its contents
-
- boot ; boot
-
-
- After booting look into the device tree to see if
- the device appears and looks reasonable.